<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
/* å¤´éƒ¨åŒºåŸŸ */
.unified-header-container {
  background: rgb(240, 241, 247);
  min-width: 1200px;
}

/* å¤´éƒ¨åŒºåŸŸ å†…å®¹*/
.unified-header-wrap {
  background-color: #245399;
  padding: 16px 16px 0;
  box-sizing: border-box;
}
/* é¡¶éƒ¨ å·¥å…·æ&nbsp; (ç™»å½• | è¯­è¨€ | äººå¤§æ”¿å | æ—&nbsp;éšœç¢ | å…³æ€€ç‰ˆ) */
.unified-header-wrap .top-bar {
  margin-bottom: 10px;
}
.unified-header-wrap .top-bar a {
  color: #fff;
  font-size: 14px;
}
/* å›½å¾½ */
.unified-header-wrap .guohui-mobile-container {
  display: flex;
  justify-content: center;
}
.unified-header-wrap .top-bar .header-bar-gh {
  position: absolute;
  bottom: -57px;
  left: 0;
  right: 0;
  margin: auto;
}
/* å›½å¾½ ç§»åŠ¨ç«¯æ&nbsp;·å¼ */
.unified-header-wrap .guohui-mobile {
  width: 42px;
  height: 42px;
  display: none;
}
/* å·¥å…·æ&nbsp;åˆ†éš”ç«–çº¿ */
.unified-header-wrap .seprator {
  color: #fff;
  display: inline-block;
  height: 5px;
  margin: 0 8px;
}
.unified-header-wrap .fit-container {
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

/* æœç´¢æ¡† */
.unified-header-wrap .search-entry {
  display: none;
}
.unified-header-wrap .search-area {
  display: flex;
  align-items: center;
  z-index: 99;
}
.unified-header-wrap .search-entry-close {
  display: none;
  width: 20px;
  height: 20px;
}
.unified-header-wrap .mobile-hidden {
  display: none;
}
.unified-header-wrap .logo-30 {
  display: none;
  position: absolute;
  right: 3vw;
  bottom: -60px;
  width: 320px;
  height: 320px;
  z-index: 0;
}

.unified-header-wrap .guo-hui {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.unified-header-wrap .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2%;
}
.unified-header-wrap .logo-sip {
  display: block;
}
.unified-header-wrap .header-bar-gh {
  display: none;
}
.unified-header-wrap .logo-mobile {
  display: block;
  height: 44px;
  margin-right: 5px;
}
.unified-header-wrap .logo-title {
  height: 15px;
}

.unified-header-wrap .lang {
  display: inline-block;
}
.unified-header-wrap .dropdown {
  position: relative;
}
.unified-header-wrap .dropdown-text {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.unified-header-wrap .dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 80px;
  margin-left: -40px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 99;
}
.unified-header-wrap .dropdown-content.active {
  display: block;
  opacity: 1;
}
.unified-header-wrap .dropdown-content li {
  height: 32px;
  line-height: 32px;
}

/* æ‰‹æœºç«¯æ&nbsp;·å¼ */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  /* å›½å¾½ ç§»åŠ¨ç«¯æ&nbsp;·å¼ */
  .unified-header-wrap .guohui-mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .news_1 {
    height: auto;
  }
}
@media (max-width: 768px) {
  .unified-header-container {
    min-width: 100%;
  }
  .unified-header-wrap .search-entry-close.active {
    display: block;
  }
  .unified-header-wrap .search-area.active {
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
  }
  .unified-header-wrap .search-area .search-bar {
    margin: 0 !important;
  }
  .unified-header-wrap .search-entry {
    display: block;
  }
  .unified-header-wrap .search {
    width: calc(100vw - 80px);
    margin: 40px 0 30px 40px;
  }

  .unified-header-wrap .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 33px;
    overflow: hidden;
  }

  .unified-header-wrap .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .unified-header-wrap .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .unified-header-wrap .search dl dd input[type='text']::placeholder {
    /* color: #f0f0f0; */
  }

  .unified-header-wrap .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .unified-header-wrap .seprator {
    margin: 0 3px;
  }

  .unified-header-wrap img.mobile {
    display: block;
  }
  .unified-header-wrap img.pc {
    display: none;
  }

  .unified-header-wrap .fit-container {
    padding: 0;
  }
  .unified-header-wrap .search-bar {
    display: none;
  }
  .unified-header-wrap .search-bar.active {
    display: block;
  }
  .unified-header-wrap .logo-sip {
    display: none;
  }
}
@media (min-width: 768px) {
  /* .unified-header-wrap .saosou {
    width: 32%;
    float: right;
    padding-top: 2%;
  } */
  /*header*/
  .unified-header-wrap {
    border-bottom: none;
  }

  .unified-header-wrap .top-bar {
    height: 44px;
    font-size: 14px;
    line-height: 44px;
  }

  .unified-header-wrap .top-bar a {
    color: #fff;
  }

  .unified-header-wrap .top-bar dl dt {
    float: left;
  }

  .unified-header-wrap .top-bar dl dt span {
    padding-left: 50px;
    background: url(../../images/public/tubiao.jpg) no-repeat left;
  }

  .unified-header-wrap .top-bar dl dd {
    float: right;
  }

  .unified-header-wrap .top-bar dl dd font {
    font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
    margin-right: 8px;
    margin-left: 8px;
  }

  .unified-header-wrap .guohui-container {
    position: relative;
  }

  .unified-header-wrap .search {
    margin-right: 30px;
    width: 200px;
  }

  .unified-header-wrap .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .unified-header-wrap .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 30px;
    background-color: transparent;
    border: none;
  }

  .unified-header-wrap .search dl dd input[type='text'] {
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: none;
    border: 0;
    vertical-align: top;
    position: relative;
    z-index: 999;
  }
  .unified-header-wrap .search dl dd input[type='text']::placeholder {
  }

  .unified-header-wrap .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    border-left: 1px solid #b5b5b5;
  }

  .unified-header-wrap .search dl dt input.searchBtn {
    width: 100%;
    height: 30px;
    padding: 0;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .unified-header-wrap {
    width: 100%;
    background-color: #245399;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 100%;
    border-bottom: none;
    position: relative;
  }
  .unified-header-wrap .top-bar {
    position: relative;
  }

  .unified-header-wrap .top-bar dl dt span {
  }

  .unified-header-wrap .top-bar {
    color: #fff;
  }

  .unified-header-wrap .top-bar a {
    color: #fff;
  }

  /* .unified-header-wrap .top-bar .header-bar-gh {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
    margin: auto;
  } */

  .unified-header-wrap .guohui-container .header-logo {
    margin-top: 15px;
    padding-top: 55px;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
  }

  .unified-header-wrap .search dl dt.button {
  }

  .unified-header-wrap .search dl dt input.searchBtn {
    background: url('https://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg')
      no-repeat center;
  }

  .guohui-container {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    /* border:1px solid #333; */
  }
  .unified-header-wrap .guohui-container {
    width: 100%;
  }

  .unified-header-wrap .carousel-image {
    height: 360px;
  }
  .unified-header-wrap .logo-30 {
    display: block;
  }

  .unified-header-wrap {
    padding: 0;
  }
  .unified-header-wrap .guo-hui {
    width: 96px;
    height: 96px;
  }
  .unified-header-wrap .logo-title {
    height: 35px;
  }
  .unified-header-wrap .header-bar-gh {
    display: block;
  }
  .unified-header-wrap .logo-mobile {
    display: none;
  }

  .unified-header-wrap .logo-30 {
    right: 1vw;
    bottom: -10px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .unified-header-wrap .pc-hidden {
    display: none;
  }

  .unified-header-wrap .fit-container {
    padding: 0 10px;
  }
  .unified-header-wrap .mobile-hidden {
    display: block;
  }
  .unified-header-wrap .mobile-w-full {
    width: auto;
  }

  .unified-header-wrap .logo-30 {
    right: 1vw;
    bottom: -10px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1280px) {
  .unified-header-wrap .fit-container {
    max-width: 1220px;
  }
  .unified-header-wrap .logo-30 {
    right: 1vw;
    bottom: -24px;
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 1366px) {
  .unified-header-wrap .fit-container {
    max-width: 1300px;
  }
}
@media (min-width: 1536px) {
  .unified-header-wrap .fit-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .unified-header-wrap .fit-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .unified-header-wrap .fit-md {
    max-width: 1400px;
  }
  .unified-header-wrap .fit-container {
    max-width: 1400px;
  }

  .unified-header-wrap .logo-30 {
    right: 3vw;
    bottom: -40px;
    width: 280px;
    height: 280px;
  }
}
</pre></body></html>